From: Paul Eggert Date: Fri, 3 Jun 2011 18:15:45 +0000 (-0700) Subject: * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3528^2^2~14 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fed55a30d740e633708b5855f316ffbbe8ffc927;p=emacs.git * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. --- fed55a30d740e633708b5855f316ffbbe8ffc927 diff --cc src/ChangeLog index 6e18c8e18ea,99079089bdd..8406878e9b7 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,5 -1,7 +1,7 @@@ -2011-06-02 Paul Eggert +2011-06-03 Paul Eggert + * dired.c (Ffile_attributes): Don't assume EMACS_INT has >32 bits. + * lisp.h: Include , as it'll useful in later changes. * character.c, data.c, editfns.c, insdel.c, intervals.c: Don't include , since lisp.h does.